home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / demos / storm-c / stormc / include / pragma / mathieeedoubbas_lib.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  1KB  |  38 lines

  1. #ifndef _INCLUDE_PRAGMA_MATHIEEEDOUBBAS_LIB_H
  2. #define _INCLUDE_PRAGMA_MATHIEEEDOUBBAS_LIB_H
  3.  
  4. /*
  5. **  $VER: mathieeedoubbas_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_MATHIEEEDOUBBAS_PROTOS_H
  13. #include <clib/mathieeedoubbas_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(MathIeeeDoubBasBase, 0x1e, IEEEDPFix(d0,d1))
  21. #pragma amicall(MathIeeeDoubBasBase, 0x24, IEEEDPFlt(d0))
  22. #pragma amicall(MathIeeeDoubBasBase, 0x2a, IEEEDPCmp(d0,d1,d2,d3))
  23. #pragma amicall(MathIeeeDoubBasBase, 0x30, IEEEDPTst(d0,d1))
  24. #pragma amicall(MathIeeeDoubBasBase, 0x36, IEEEDPAbs(d0,d1))
  25. #pragma amicall(MathIeeeDoubBasBase, 0x3c, IEEEDPNeg(d0,d1))
  26. #pragma amicall(MathIeeeDoubBasBase, 0x42, IEEEDPAdd(d0,d1,d2,d3))
  27. #pragma amicall(MathIeeeDoubBasBase, 0x48, IEEEDPSub(d0,d1,d2,d3))
  28. #pragma amicall(MathIeeeDoubBasBase, 0x4e, IEEEDPMul(d0,d1,d2,d3))
  29. #pragma amicall(MathIeeeDoubBasBase, 0x54, IEEEDPDiv(d0,d1,d2,d3))
  30. #pragma amicall(MathIeeeDoubBasBase, 0x5a, IEEEDPFloor(d0,d1))
  31. #pragma amicall(MathIeeeDoubBasBase, 0x60, IEEEDPCeil(d0,d1))
  32.  
  33. #ifdef __cplusplus
  34. }
  35. #endif
  36.  
  37. #endif
  38.